home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / dkbsrc.zip / VAX.C < prev    next >
Text File  |  1991-05-04  |  212b  |  19 lines

  1. void display_finished ()
  2.    {
  3.    }
  4.  
  5. void display_init ()
  6.    {
  7.    }
  8.  
  9. void display_close ()
  10.    {
  11.    }
  12.  
  13. void display_plot (x, y, Red, Green, Blue)
  14.    int x, y;
  15.    char Red, Green, Blue;
  16.    {
  17.    }
  18.  
  19.